home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / 32QUERY.PAK / IBPX.SQL < prev    next >
Text File  |  1997-05-06  |  89b  |  4 lines

  1. select c.name, i.city
  2. from customer c, :InterBaseAlias:cities i
  3. where c.city = i.city
  4.